home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / os30 / gfx / cpk_20.lha / cpk / changes.doc < prev    next >
Text File  |  1993-10-08  |  2KB  |  55 lines

  1.  
  2. ************************** Changes file for CPK ********************************
  3.  
  4.         Copyright © 1993 Eric G. Suchanek, all rights reserved
  5.          E-Mail: procter!suchanek_eg@ms.uky.edu
  6.  
  7. ********************************************************************************
  8.  
  9. V1.0 - First public release, January 1993
  10.  
  11. ********************************************************************************
  12.  
  13. V1.1 - (generally an internal 'release')
  14.  
  15.   - March 18, 1993
  16.  
  17.   Modified the code slightly to utilize Math040.lib ©1992 LaMonte Koop for
  18.   the 68040 specific version. This has led to about a 25% (subjective) increase
  19.   in performance for CPK.040.
  20.  
  21.   - June 20, 1993
  22.  
  23.   Made the reading of .pdb files more robust. NOTE: Make sure .pdb files end
  24.   with an END record!
  25.  
  26.   e.g.
  27.  
  28. ATOM ....
  29. ATOM ....
  30. END
  31.  
  32.   Also, added asynchronous file reading using 2x32K buffers. This has led to
  33.   a VERY large performance improvement in reading PDB files
  34.  
  35.   - July 1, 1993
  36.  
  37.   Corrected a number of user-interface 'buglets' to reset gadgets and scales
  38.   when reading PDB files, etc. Many small changes.
  39.  
  40. ********************************************************************************
  41.  
  42. V2.0 - October 9, 1993
  43.  
  44.    - Most notably now REQUIRES 3.X and is now AGA compatible!
  45.    - Uses the ASL screenmode requester to choose a screen mode
  46.    - Added complete parsing for PDB annotations and a new 'Annotations' window
  47.    - Completely re-wrote the rendering code for use with 8bit color palette.
  48.    - Added the Light positioning window.
  49.    - Added the quickrender/slowrender menu option.
  50.    - Added AREXX! See the file test.cpk for example command usage.
  51.    - Added the color palette window.
  52.  
  53.  
  54.    
  55.